CardEmu.TransparentCmd
			
			
				Sends a response to the command returned by 
				CardEmu.StartEmu or to the command returned by the last 
				CardEmu.TransparentCmd.
			
			Properties
- Command code: 0x4702
 - Command timeout: 100 ms
 - Possible status codes: General status codes, CardEmu.CardemuErrNoTag, CardEmu.CardemuErrCollision, CardEmu.CardemuErrHf, CardEmu.CardemuErrFrame, CardEmu.CardemuErrCrc, CardEmu.CardemuErrCom, CardEmu.CardemuErrBuflen, CardEmu.CardemuErrTimeout
 
Parameters (request frame)
| Name | Type/Size | Description | 
|---|---|---|
| Length of Rsp | Integer (16 bits) | 
							Length of Rsp in bytes  | 
					
| Rsp | Raw data | Response that should be sent to the remote reader as reply to the last command. | 
| Timeout | Integer (16 bits) | Maximum time to wait for a Request. | 
Returned values (response frame)
| Name | Type/Size | Description | 
|---|---|---|
| Length of Cmd | Integer (16 bits) | 
							Length of Cmd in bytes  | 
					
| Cmd | Raw data | Next ISO14443-3 command received from the remote reader. |